home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VSKEL.S
< prev
next >
Wrap
Text File
|
1993-03-25
|
1KB
|
41 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*------------------------------------------------------------------------
;*
;*------------------------------------------------------------------------
globl funcname
funcname:
; .cargs #8,handle.w,ninitin.w, pintin.l,nptsin.w,pptsin.l
handle = 8
nintin = 10
pintin = 12
nptsin = 16
pptsin = 18
link a6,#0
; VContrl op,subop,nptsin,nintin
move.w handle(a6),-(sp) ; contrl[6] ; handle
clr.w -(sp) ; contrl[5] ; subfunction
subq.l #2,sp ; contrl[4] ; intout count
move.w #1,-(sp) ; contrl[3] ; intin count
subq.l #2,sp ; contrl[2] ; ptsout count
move.w #1,-(sp) ; contrl[1] ; ptsin count
move.w #8,-(sp) ; contrl[0] ; opcode
subq.l #4,sp ;* -> ptsout
subq.l #4,sp ;* -> intout
pea x(a6) ;* -> ptsin
pea char(a6) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end